翻訳と辞書
Words near each other
・ c386
・ c5
・ c64
・ c68
・ ca
・ ca-telon
・ cable modem
・ cache
・ cache block
・ cache coherency
cache conflict
・ cache consistency
・ cache hit
・ cache line
・ cache memory
・ cache miss
・ cache on a stick
・ caching
・ caci
・ cacm


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

cache conflict : FOLDOC
cache conflict
A sequence of accesses to memory repeatedly overwriting the same cache entry. This can happen if two blocks of data, which are mapped to the same set of cache locations, are needed simultaneously.
For example, in the case of a direct mapped cache, if arrays A, B, and C map to the same range of cache locations, thrashing will occur when the following loop is executed:
for (i=1; i C[i] = A[i] + B[i];

Cache conflict can also occur between a program loop and the data it is accessing.
See also ping-pong.
(1997-01-21)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.